Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed need for deprecated GET_TASKS permission #65

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

dwb
Copy link

@dwb dwb commented Aug 10, 2016

Rewritten notification-click intent handling so that we don't need to
check whether app is running or not. Instead, it sends the intent such
that it can get an 'OK' response back if the app is running; if not,
it'll start the app.

getRunningTasks was deprecated in Lollipop, as was the whole GET_TASKS permission.

This is the first significant Android code I've written, so apologies if
it's not quite right – but it's been working for us in low-volume testing
recently.

Dan Brown added 4 commits August 23, 2016 16:24
Rewritten notification-click intent handling so that we don't need to
check whether app is running or not. Instead, it sends the intent such
that it can get an 'OK' response back if the app is running; if not,
it'll start the app.
@dwb dwb force-pushed the remove-get-tasks branch from 9f64d61 to 65b2a9f Compare August 23, 2016 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant